From 7586d09ba7f070db62f72884222fa834fc89ab30 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= Date: Tue, 25 Apr 2023 10:00:53 +0800 Subject: [PATCH] -x arc: Mention output is reordered! (#1082) The output isn't simply filtered, but also reordered! --- xmldoc/filters/arc.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xmldoc/filters/arc.xml b/xmldoc/filters/arc.xml index 7f3978b48..0bfd5d853 100644 --- a/xmldoc/filters/arc.xml +++ b/xmldoc/filters/arc.xml @@ -36,7 +36,9 @@ itself or after the coordinates of the starting point of the new arc segment. Assuming the arc above is in a file called lima_rd.txt, the following command line would include only points within one mile of the section of Lima Road -covered by the arc. +covered by the arc. The output is reordered by distance to the arc, +closest points first. + gpsbabel -i geo -f 1.loc -x arc,file=lima_rd.txt,distance=1 -o mapsend -F 2.wpt -- 2.30.2